gtk4.git
2014-05-24 Matthias ClasenDrop no-longer-used gtkrc files
2014-05-24 Matthias ClasenDrop a pointless function
2014-05-24 Matthias ClasenTrivial: slight code rearrangement
2014-05-24 Matthias Clasentests: Stop using GtkAlignment
2014-05-24 Matthias Clasentestadjustsize: Keep using an alignment
2014-05-24 Matthias Clasengtk-demo: Drop use of GtkAlignment
2014-05-24 Matthias ClasenDeprecate GtkAligment
2014-05-24 Matthias ClasenDrop an unneeded include
2014-05-23 Evan Nemersona11y: build directly into libgtk instead of an internal...
2014-05-23 Matthias ClasenMore updates
2014-05-23 Matthias ClasenSome updates
2014-05-23 Piotr DrągUpdated POTFILES.in
2014-05-23 Carlos GarnachoMerge branch 'gestures'
2014-05-23 Carlos Garnachospinbutton: Avoid touch text handles to pop up
2014-05-23 Carlos Garnachocolorswatch: Set gestures in GTK_PHASE_TARGET
2014-05-23 Carlos Garnachospinbutton: Use GTK_PHASE_CAPTURE for touch swipes
2014-05-23 Carlos Garnachowidget: Flip execution order of GTK_PHASE_TARGET/BUBBLE
2014-05-23 Carlos Garnachotexthandle: Mind the invisible area when moving the...
2014-05-23 Carlos Garnachotextview: Check first whether the sequence is handled...
2014-05-23 Carlos Garnachoentry: Check first whether the sequence is handled...
2014-05-23 Carlos Garnachogesture: Use GdkEventSequence GType in signals
2014-05-23 Carlos Garnachogesture: Introspection fixes
2014-05-23 Carlos Garnachoeventcontroller: introspection fix
2014-05-23 Carlos Garnachogdk: Make GdkEventSequence a boxed type
2014-05-23 Carlos Garnachopaned: Handle pointer events from touchscreen devices
2014-05-23 Matthias ClasenDocs: Cosmetic fixes
2014-05-23 Matthias Clasendocs: Correct a reference
2014-05-23 Matthias ClasenRevert "docs: GtkEventController was dropped from publi...
2014-05-23 Matthias ClasenRevert "docs: More GtkEventController removal"
2014-05-23 Matthias ClasenDocs: Add information about event propagation
2014-05-23 Matthias ClasenDocs: Minor changes
2014-05-23 Matthias ClasenDocument gtk_gesture_set_state
2014-05-23 Matthias Clasendocs: gtk_gesture_cancel_sequence was made private
2014-05-23 Matthias Clasendocs: More GtkEventController removal
2014-05-23 Matthias Clasendocs: GtkEventController was dropped from public api
2014-05-23 Carlos Garnachopaned: Use GtkGesture to handle handle dragging
2014-05-23 Carlos Garnachoswitch: Use GtkGesture to handle input events
2014-05-23 Matthias Claseninspector: Add more complete gesture support
2014-05-23 Matthias Claseninspector: Minimal support for gestures
2014-05-23 Matthias ClasenAdd back a private api to list controllers
2014-05-23 Carlos Garnachotexthandle: Make a bigger hit area around texthandles
2014-05-23 Carlos Garnachogesture: Declare GtkGesture:window as an object property
2014-05-23 Carlos Garnachowidget: 3-way merge ate my g_object_ref()
2014-05-23 Carlos Garnachoscrolledwindow: Handle directional cancellation if...
2014-05-23 Carlos Garnachowidget: remove check on whether the controller was...
2014-05-23 Carlos Garnachopan: Remove wrong check
2014-05-23 Carlos Garnachoentry: Ensure the cursor text handle is shown after...
2014-05-23 Carlos Garnachopopover: Hide widget first when disposing
2014-05-23 Carlos Garnachoentry: Obey implementations' frame when placing handles...
2014-05-23 Carlos Garnachoentry: Improve touch popover interaction
2014-05-23 Carlos Garnachotextview: Show the magnifier popover a bit farther...
2014-05-23 Carlos Garnachotextview: Improve touch popover interaction
2014-05-23 Carlos Garnachoentry: Use gestures to handle pointer/touch events
2014-05-23 Carlos Garnachospinbutton: Attach "swipe to spin" controllers to the...
2014-05-23 Carlos Garnachocolorplane: Fully port to GtkGesture
2014-05-23 Carlos Garnachogdk: Lookup both device and global cursor when checking...
2014-05-23 Carlos Garnachobutton: Make multipress gesture exclusive
2014-05-23 Carlos Garnachogesturesingle: Add an "exclusive" boolean property
2014-05-23 Carlos Garnachobutton: Use GtkGestureMultiPress for signal emission
2014-05-23 Carlos Garnachodrag: Allow gtk_gesture_get_start_point/offset() to...
2014-05-23 Carlos Garnachomultipress: Add matching ::released signal
2014-05-23 Carlos Garnachomultipress: Protect against fleeting touches mistrigger...
2014-05-23 Carlos Garnachotextview: Set up controllers on the GTK_PHASE_TARGET...
2014-05-23 Carlos Garnachowidget: Hook GTK_PHASE_TARGET controllers to the defaul...
2014-05-23 Carlos Garnachogesture: Add GTK_PHASE_TARGET
2014-05-23 Carlos Garnachogesture: Handle GdkEventGrabBroken
2014-05-23 Matthias ClasenGtkColorSwatch: Use gesture for button events too
2014-05-23 Matthias ClasenGtkWindow: Only use a multipress gesture for toplevels
2014-05-23 Matthias ClasenBe careful about the list of event controllers
2014-05-23 Carlos Garnachotextview: Convert gestures' coordinates to text window...
2014-05-23 Carlos Garnachotextview: Use GtkGestureDrag for text selection/DnD
2014-05-23 Carlos Garnachotextview: Use GtkGestureMultiPress for click handling
2014-05-23 Carlos Garnachowidget: tighten the conditions at which a press event...
2014-05-23 Carlos Garnachowidget: Fix gesture event handler retval for bubbled...
2014-05-23 Carlos Garnachogesture: Prevent against sequence cancellation within...
2014-05-23 Carlos Garnachogesture: Make gtk_gesture_get_last_update_time() private
2014-05-23 Carlos Garnachogesture: Remove gtk_gesture_get_last_event_type
2014-05-23 Carlos Garnachogesture: make gtk_gesture_cancel_sequence() private
2014-05-23 Carlos Garnachogesture: Make gtk_gesture_check() private
2014-05-23 Carlos Garnachodnd: Check on the right gesture sequence when starting...
2014-05-23 Carlos Garnachogesture: Simplify gesture/widget interaction public API
2014-05-23 Carlos Garnachowidget: Keep a widget reference around _gtk_widget_run_...
2014-05-23 Carlos Garnachogesture: Add explanatory note in GtkGesture::end
2014-05-23 Carlos Garnachogesture: Cancel sequences that make a gesture exceed...
2014-05-23 Carlos Garnachowidget: Change slightly the gesture cancellation policy...
2014-05-23 Carlos Garnachorotate: Ensure delta is between [0..2π]
2014-05-23 Carlos Garnachopan: make the direction factor less narrow in v/h direc...
2014-05-23 Carlos Garnachogesture: Handle GDK_TOUCH_CANCEL events
2014-05-23 Carlos Garnachogesture: Protect against odd window hierarchies
2014-05-23 Carlos Garnachoswipe: Don't emit ::swipe if there are still active...
2014-05-23 Matthias ClasenPrevent subclassing of gestures
2014-05-23 Matthias ClasenGtkSpinButton: Don't leak the gestures
2014-05-23 Matthias ClasenGtkWindow: Don't leak the gesture
2014-05-23 Matthias ClasenGtkTreeView: Remove unused field
2014-05-23 Matthias Clasengtk3-demo: Don't leak the color chooser
2014-05-23 Matthias ClasenGtkColorPlane: Actually add the long press gesture
2014-05-23 Matthias ClasenGtkButton: Don't leak the gesture
2014-05-23 Matthias ClasenForgotten file
2014-05-23 Matthias ClasenGtkButton: Port to GtkGesture
2014-05-23 Carlos Garnachowidget: remove GtkGesture-related signals
next